tools/libxl: Introduce libxl__malloc()
authorAndrew Cooper <andrew.cooper3@citrix.com>
Thu, 27 Mar 2014 17:41:55 +0000 (17:41 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 1 Apr 2014 10:08:48 +0000 (11:08 +0100)
commite140001d755b80960342241e54566bcd545ddfd5
tree35413475ea6c4bee4e48e5e1e4cf4610b5a083c3
parent76805ae56e4a8f389a3146b9d4816a8bbaf0150b
tools/libxl: Introduce libxl__malloc()

For those large allocations which are going to be filled immediately, where
redundantly clearing the memory would just be a waste of time.

Signed-off-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Ian Campbell <Ian.Campbell@citrix.com>
CC: Ian Jackson <Ian.Jackson@eu.citrix.com>
tools/libxl/libxl_internal.c
tools/libxl/libxl_internal.h